home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / AmigaOS3.5 / IPop / IPop_rx.doc < prev    next >
Text File  |  2000-05-16  |  2KB  |  102 lines

  1. IPop/AUTHOR                                                       IPop/AUTHOR
  2.   NAME
  3.      AUTHOR
  4.  
  5.   SYNOPSIS
  6.      result = AUTHOR
  7.  
  8.   FUNCTION
  9.      returns the author information
  10.  
  11.   INPUTS
  12.      none
  13.  
  14.   RESULT
  15.      result - returns the author string of IPopCx
  16.  
  17. IPop/CHECK                                                         IPop/CHECK
  18.  
  19.   NAME
  20.      CHECK TIME/N
  21.  
  22.   SYNOPSIS
  23.      void = QUIT
  24.  
  25.   FUNCTION
  26.      Sets the check time, or forces a pop check.
  27.  
  28.   INPUTS
  29.      TIME = sets time in minutes between pop intervals
  30.      none = force pop check
  31.  
  32.   RESULT
  33.      none
  34.  
  35. IPop/QUIET                                                         IPop/QUIET
  36.  
  37.   NAME
  38.      QUIET
  39.  
  40.   SYNOPSIS
  41.      result = QUIET
  42.  
  43.   FUNCTION
  44.      Toggles the pop window
  45.  
  46.   INPUTS
  47.      none
  48.  
  49.   RESULT
  50.      result - 0 enabled, 1 disabled
  51.  
  52. IPop/QUIT                                                           IPop/QUIT
  53.  
  54.   NAME
  55.      QUIT
  56.  
  57.   SYNOPSIS
  58.      void = QUIT
  59.  
  60.   FUNCTION
  61.      quits the application
  62.  
  63.   INPUTS
  64.      none
  65.  
  66.   RESULT
  67.      none
  68.  
  69. IPop/VERSION                                                     IPop/VERSION
  70.   NAME
  71.      VERSION
  72.  
  73.   SYNOPSIS
  74.      result = VERSION
  75.  
  76.   FUNCTION
  77.      returns the version string
  78.  
  79.   INPUTS
  80.      none
  81.  
  82.   RESULT
  83.      result - returns the version string of IPop
  84.  
  85. IPop/WAITING                                                     IPop/WAITING
  86.  
  87.   NAME
  88.      WAITING
  89.  
  90.   SYNOPSIS
  91.      RC = WAITING
  92.  
  93.   FUNCTION
  94.      Returns the number of waiting messages.
  95.  
  96.   INPUTS
  97.      none
  98.  
  99.   RESULT
  100.      result = number of waiting messages
  101.  
  102.